AnnotationProperties

data class AnnotationProperties

Properties for GitHub actions state annotations. Can be used with some logging methods to show UI indications.

See the docs.

Constructors

AnnotationProperties
Link copied to clipboard
fun AnnotationProperties(title: String)
Create an annotation with no location information.

Types

Companion
Link copied to clipboard
object Companion

Properties

endColumn
Link copied to clipboard
val endColumn: Int?
endLine
Link copied to clipboard
val endLine: Int?
startColumn
Link copied to clipboard
val startColumn: Int?
startLine
Link copied to clipboard
val startLine: Int?
title
Link copied to clipboard
val title: String

Sources

js source
Link copied to clipboard